Global Index
HTML5 JS API Index > CSS Object Model Tutorials & Specs

CSSCharsetRule

Extends CSSRule.

The CSSCharsetRule interface represents an @charset at-rule.

Properties
DOMString
encoding
The encoding attribute must return the encoding information specified by the @charset at-rule.